window: unrealize renderer before destroying GDK window
authorBenjamin Otte <otte@redhat.com>
Wed, 23 Nov 2016 07:25:42 +0000 (08:25 +0100)
committerBenjamin Otte <lvs@localhost.localdomain>
Wed, 23 Nov 2016 17:47:58 +0000 (18:47 +0100)
commit8cb96dec7ee856afbd4d31d57a7860b58fa5d4db
tree1ceed5b95e325b1adbc60a4c52ee45fcedf3f2b8
parentcb1a349d17031beb766fd053c663f1c9d32cd2ef
window: unrealize renderer before destroying GDK window

We need to unrealize the children manually for that to happen, but so it
goes.

The order is necessary because we want the renderer to still be alive
while children are unrealizing.
gtk/gtkwindow.c